home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1999
/
MacHack 1999.toast
/
The Hacks
/
NetPokerForMacOSX_Server
/
HoldEmHigh
/
HoldEmHighHand.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-06-24
|
184 b
|
12 lines
#import <AppKit/AppKit.h>
@interface HoldEmHighHand:NSObject
{
NSMutableArray *cards; // 5 of them
}
- (NSArray *)cards;
- (void)setCard:(Card *)card atIndex:(int)index;
@end